home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19950528-19950726
/
000050_news@columbia.edu_Sat Jun 3 18:05:58 1995.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17185
(5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 3 Jun 1995 14:06:02 -0400
Received: by apakabar.cc.columbia.edu id AA08247
(5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 3 Jun 1995 14:06:00 -0400
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Disabled minus on keypad?
Date: 3 Jun 1995 18:05:58 GMT
Organization: Columbia University
Lines: 18
Message-Id: <3qq8a6$81l@apakabar.cc.columbia.edu>
References: <3qoki9$k8b@treasure.coastalnet.com>
Nntp-Posting-Host: watsun.cc.columbia.edu
Apparently-To: kermit.misc@watsun.cc.columbia.edu
In article <3qoki9$k8b@treasure.coastalnet.com>,
Shannon Adams <shannona@htc8500.com> wrote:
>Using Kermit 3.14, the minus sign on the keypad is used to toggle the
>status line in terminal mode. I want to use the minus sign as a minus
>and not the toggle. How do I diable it as being used for the toggle?
>
Please read the manual, "Using MS-DOS Kermit". It will explain to you
how ALL the keys on the keyboard can be reassigned to do whatever you
want them to. Here is the answer to your question, but you will
undoubtedly have more questions, so please consult the manual in the
future.
set key \330 \45
Put this command in your MSCUSTOM.INI file and it will take effect
whenever you start Kermit.
- Frank